#!/bin/bash
for n in {00..31}; do cat /home/petteri/OMATSKRIPTIT/Skriptiajuri | tr -d \0$n > /home/petteri/OMATSKRIPTIT/Skriptiajuri ; done 

